ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexMap<T> Class / Layers Property






In This Topic
    Layers Property
    In This Topic
    Sets the collection of map layers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Layers As System.Collections.Generic.IList(Of MapLayerBase(Of T))
    'Usage
     
    
    Dim instance As FlexMap(Of T)
    Dim value As System.Collections.Generic.IList(Of MapLayerBase(Of T))
     
    value = instance.Layers
    public System.Collections.Generic.IList<MapLayerBase<T>> Layers {get;}
    public read-only property Layers: System.Collections.Generic.IList; 
    public function get Layers : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<MapLayerBase<T*>*>* get_Layers();
    public:
    property System.Collections.Generic.IList<MapLayerBase<T^>^>^ Layers {
       System.Collections.Generic.IList<MapLayerBase<T^>^>^ get();
    }
    See Also